-
I have written code for SIP Registration. It is giving NullPointerException. I am getting error : java.lang.NullPointerException at gov.nist.javax.sip.SipProviderImpl.createClientTransaction(SipProviderImpl.java:389) at …
- 315 views
- 0 answers
- 0 votes
-
I have prepared request which is as follows: REGISTER sip:xxx.xxx.xxx.xxx SIP/2.0 Call-ID: [email protected] CSeq: 1 REGISTER From: <sip:[email protected]>;tag=textclientv1.0 To: <sip:[email protected]> …
- 363 views
- 1 answers
- 0 votes
-
I am unable to register to asterisk server.Each time i send REGISTER request to server i get 401 Unauthorized response. …
- 368 views
- 0 answers
- 0 votes
-
I am developing a SIP client App in Eclipse. I am trying to register but every time i am getting …
- 385 views
- 0 answers
- 0 votes
-
I am receiving the message 401 Unauthorized from Asterisk Server. But after 401, I am not able to build the …
- 356 views
- 0 answers
- 0 votes